home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Wiebetech - Product Info & Manuals
/
Wiebetech - Our Best Ideas Store Yours - Product Information and Manuals.bin
/
Product manuals & drivers
/
TeraCards (PCI)
/
eSATA (PN 30300-0400-0000)
/
Mac firmware
/
FLASHROM.command
next >
Wrap
Text File
|
2010-03-25
|
265b
|
22 lines
#!/bin/sh
#
#
DIRNAME=`dirname "$0"`
cd "$DIRNAME"
echo ""
clear
echo ""
if [ `id -u` -ne 0 ]; then
echo `basename "$0"` requires Administrator privileges.
echo "When prompted, please enter your Administrator password at the prompt."
fi
./FlashTool
echo ""